projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d80ef3
)
(tigetstr): Add dummy definition to make Emacs link again.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Mar 1993 21:36:22 +0000
(21:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Mar 1993 21:36:22 +0000
(21:36 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index bf3087e0b9fe1a007d7806e7bacfb98fb56e1f36..b8bf719f9b611953aba8c1c55aa3f557c9a5df58 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-1299,6
+1299,10
@@
term_get_fkeys (address)
* Various mappings to try and get a better fit.
*/
{
+/* ??? I have never heard of tigetstr, and it does not exist.
+ This at least enables the code below to compile -- rms. */
+#define tigetstr(foo) 0
+
#define CONDITIONAL_REASSIGN(cap1, cap2, sym) \
if (!tigetstr(cap1) && tgetstr(cap2)) \
Fdefine_key (Vfunction_key_map, \